OLD | NEW |
(Empty) | |
| 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 <PatchRemove> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo
rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo
olsets\v100\ImportBefore')" /> |
| 4 </PatchRemove> |
| 5 <PatchAdd> |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo
rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo
olsets\v100\ImportBefore')" /> |
| 7 </PatchAdd> |
| 8 |
| 9 <PropertyGroup> |
| 10 <!-- added NACL_SDK_ROOT include and lib information --> |
| 11 <PatchRemove> |
| 12 <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(V
CInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</
IncludePath> |
| 13 </PatchRemove> |
| 14 <PatchAdd> |
| 15 <IncludePath Condition="'$(IncludePath)' == ''">$(NACL_SDK_ROOT)\src;$(VCI
nstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(Framew
orkSDKDir)\include;</IncludePath> |
| 16 </PatchAdd> |
| 17 </PropertyGroup> |
| 18 |
| 19 <PatchRemove> |
| 20 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo
rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo
lsets\v100\ImportAfter')" /> |
| 21 </PatchRemove> |
| 22 <PatchAdd> |
| 23 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo
rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo
lsets\v100\ImportAfter')" /> |
| 24 </PatchAdd> |
| 25 </Project> |
OLD | NEW |